home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2011 April / ME_2011_04.iso / [Video-Tutorial] / 9430830 / qicknavigation.swf / scripts / frame_1 / DoAction_3.as < prev    next >
Encoding:
Text File  |  2009-08-24  |  135 b   |  9 lines

  1. function init()
  2. {
  3.    Stage.align = "LT";
  4.    Stage.scaleMode = "noScale";
  5.    generateSettings();
  6.    loadContentXml();
  7. }
  8. init();
  9.